final adj. 最终的,最后的,终极的;结局的,结果的;决定性的。 the final ballot 决选投票。 the final cause 【哲学】终极原因;目的。 a final clause 【语法】目的子句。 final game [contest] 决赛。 a final issue 最后结果。 the final round 决赛。 in the final analysis 归根到底。 n. 结局,〔口语〕(报纸的)末版,〔常 pl.〕〔美俚〕【体育】决赛;最后[期终]考试。 the tennis finals 网球决赛。 prepare for the finals 准备参加期终考试。 run [play] in the finals 参加决赛。
If a final variable is a reference to an object , it is the reference that must stay the same , not he object 如果一个变量最终是一个对象的引用,那么这个变量代表的就是这个对象(的一个引用,或则叫对象指针) ,并不是一个真正的对象。
While the new jmm provides initialization safety for final variables , the old jmm does not , which means that it is possible for another thread to see the default value for a final field , rather than the value placed there by the object s constructor 新的jmm为final型变量提供初始化安全,而老的jmm不提供,这意味着另一个线程看到的可能是final字段的默认值,而不是对象的构造方法提供的值。